.left_m h4{
  font-size: 42px;
}
.left_m p{
  font-size: 24px;
  color: #111;
}
.fuwus {
  background: url(../images/bg2.png) no-repeat center center;
  background-size:cover;
  overflow: hidden;
  padding-bottom:30px;
  padding-top:30px;
}
.fwli{width:1000px; overflow:hidden; margin:0 auto;padding:50px 0 0 0;}
.fwli ul{width:1300px; overflow:hidden;padding:0; margin:0; list-style:none;}
.fwli li{ width:425px; height:130px; color:#fff; float:left; cursor:pointer; margin-right:150px;}
.fwli li span{ display:block; width:106px; height:92px; margin:0 auto; float:left; }
.fwli li span.bg1{ background:url(../images/bg01.png) no-repeat -198px 0; position:relative;opacity:0.8;}
.fwli li span.xtu1,.fwli li span.xtu2,.fwli li span.xtu3,.fwli li span.xtu4,.fwli li span.xtu5,.fwli li span.xtu6{ position:absolute;top:50%;left:50%; background:url(../images/tubiao.png) no-repeat 0 0;}
.fwli li span.xtu2{background-position:0 0; width:33px; height:52px; margin-left:-16px; margin-top:-26px;}
.fwli li span.xtu1{background-position:-400px 0; width:40px; height:34px; margin-left:-20px; margin-top:-17px;}
.fwli li span.xtu5{background-position:-200px 0; width:44px; height:42px; margin-left:-22px; margin-top:-21px;}
.fwli li span.xtu4{background-position:-500px 0; width:40px; height:49px; margin-left:-20px; margin-top:-24px;}
.fwli li span.xtu3{background-position:-600px 0; width:51px; height:47px; margin-left:-25px; margin-top:-23px;}
.fwli li span.xtu6{background-position:-700px 0; width:40px; height:48px; margin-left:-20px; margin-top:-24px;}
.fwli li h3{margin:0; width:296px; border-bottom:1px solid #4d4d4d; float:right; display:block; height:28px;}
.fwli li p{width:296px;margin:0; font-size:12px; line-height:1.5em; color:#d8d8d8; display:block; float:right;padding:8px 0;}
.fwli li:hover span.bg1{ color:#f00; background:url(../images/bg01.png) no-repeat -198px -205px;}
.fwli li h3 {
  font-size: 100%;
  font-weight: 400;
  color: #fff;
}
.fwli li p {
  width: 296px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  color: #d8d8d8;
  display: block;
  float: right;
  padding: 8px 0;
}
.ct-title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  padding: 30px 0;
}
.ct-title {
  font-weight: 300;
}
.ct-title span {
  display: block;
  font-size: 2.4rem;
  position: relative;
  line-height: 1;
  padding-top: 20px;
  color: #fff;
}
.ct-title span:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 3rem;
  background: #ff0000;
}

.us_goods .contain, .scene .contain{
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.us_goods h3 {
  padding: 100px 0 60px;
  font-size: 45px;
  color: #333333;
  text-align: center;
}
.us_goods h3+p {
    padding-bottom: 60px;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

/* .us_goods ul{
  display: flex;
  flex-wrap: wrap;
} */
.us_goods li {
  border: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.us_goods li div {
  border: 1px solid #e5e5e5;
  float: left;
  width: 50%;
  height: 236px;
  box-sizing: border-box;
  padding: 0 100px;
}
.us_goods li div h4 {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 40px 0;
}
.us_goods li div p {
  font-size: 15px;
  color: #333;
  line-height: 24px;
}


.scene ul{
	padding-bottom: 80px;
}
.scene h3{
	padding: 100px 0 60px;
	font-size: 45px;
	color: #333333;
	text-align: center;
}
.scene h3+p{
	padding-bottom: 60px;
	font-size: 20px;
	color: #333;	
	text-align: center;
}
.scene ul li{
	float: left;
	width: 384px;
	border: 1px solid #d5d5d5;
	margin: 0 20px 20px 0;
	height: 350px;
}
.scene ul li:nth-of-type(3n){
	margin-right: 0;
}
.scene ul li .scene_img{
	font-size: 0;
}
.scene ul li .scene_img img{
	width: 100%;
}
.scene ul li .scene_con{
	padding: 0 20px 40px;
}
.scene ul li .scene_con h4{
	font-size: 20px;
	color: #333333;
	padding: 20px 0;
}
.scene ul li .scene_con p{
	font-size: 14px;
	color: #b7b7b7;
	line-height: 24px;
}

@media screen and (max-width: 480px){
  .us_goods li div {
    height: 148px;
    padding: 0 60px;
    width: 100%;
}
  .us_goods li {
    margin-bottom: 24px;
}
  .us_goods li div h4 {
    font-size: 16px;
    padding: 20px 0;
}
  .us_goods li div p {
    font-size: 12px;
    line-height: 20px;
}
  .us_goods .contain ul {
    padding-left: 15px;
    padding-right: 10px;
  }
  .us_goods .contain,.scene .contain{
    width: 93.4%;
  }

}
@media (max-width: 1100px){
  .scene ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .scene ul li:nth-of-type(3n){
    margin-right: 20px;
  }
}

.animate_content {
  width: 49%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.left_title {
  margin-bottom: 10px;
  font-size: 16px;
}
.detail {
  text-align: center;
  font-size: 2.3vmin;
  color: #8E8E8E;
  position: relative;
  top: 50%;
  margin: 0 auto;
}
.intro_title {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-weight: 700;
  position: relative;
  top: 42%;
}
.intro {
  position: absolute;
}
.five_intro_1 {
  width: 50%;
  top: 10%;
  left: 25%;
}
.five_intro_2 {
  width: 40%;
  top: 46%;
  left: 50%;
}
.five_intro_3 {
  width: 23%;
  top: 30%;
  left: 30%;
}

.toSmall {
  animation: toSmall 1s 0.3s ease both;
  -webkit-animation: toSmall 1s 0.3s ease both;
  -moz-animation: toSmall 1s 0.3s ease both;
  -o-animation: toSmall 1s 0.3s ease both;
  -ms-animation: toSmall 1s 0.3s ease both;
}

.txtbox{
  width: 100%;
}
.txtbox h4{
  font-size: 36px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
}
.txtbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.txtbox ul li{
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 26px;
  padding-right: 20px;
  width: auto;
  background: url(../images/yes.png) no-repeat left 7px
}
.imgbox{
  max-width: 510px;
  margin: 0 auto;
}
.txt-top{
  margin: 0 auto;
}
.txt-top h4{
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.txt-top p{
  margin-bottom: 30px;
}
.ico-item{
  text-align: center;
  margin-bottom: 30px;
}
.ico-item img{
  max-width: 60px;
}

.title-yb{
  margin: 0 auto;
}
.title-yb h4{
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.title-yb p{
  text-align: center;
  margin-bottom: 30px;
}
.yb-list .tit{
  text-align: center;
  background-image: url(../../images/s4/1520496881_1.jpg);
  padding: 70px 0;
  position: relative;
}
.yb-list .tit::after{
  background: rgba(255, 8, 8, .6);
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.yb-list .tit h4{
  color: #fff;
  font-size: 28px;
  position: relative;
  z-index: 999;
}
.yb-list div.col-lg-3:hover .tit::after{
  content: unset;
}
.service-item2{
  background-color: #fff;
  padding: 70px 2% 70px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}
.mb_120{
  margin-bottom: 120px;
}
.step{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/19.jpg);
}
.step .row{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step-img{
  margin-top: 30px;
}

.content2Header{
    width: 100%;
    height: auto;
    background: url(../images/bjt4-1.png) no-repeat;
    background-size: 100% 100%;
}
.content2Header .content2-title {
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin: 0rem auto;
  text-align: center;
  padding-top: 80px;
  font-size: 36px;
}
.content2Header .content2-p{
  font-weight: 400;
  color: rgb(140, 140, 140);
  text-align: center;
  padding-bottom: 100px;
}
.left-sw{
  width: 100%;
  height: auto;
  background: url(../images/bjt4-2.png) no-repeat;
  background-size: 100% 100%;
  flex-basis: 50%;
}
.list4{
  width: 24%;
  text-align: center;
  padding: 25px 0;
  background: linear-gradient(180deg, rgba(237,241,255,0.23) 0%, rgba(255,255,255,0.51) 100%);
  box-shadow: 0px 2px 12px 0px rgba(117,126,152,0.17);
  border-radius: 8px;
  backdrop-filter: blur(19.459459459459463px);
  cursor: pointer;
  margin-bottom: 15px;
}
.list4 p{
  color: #fff;
}
.list-icon{
  width: 30px;
  height: 30px;
  margin: 0px auto;
}
.list-icon img{
  width: 100%;
}
.selectors{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 70%;
  margin-left: 20%;
  margin-top: 90px;
  margin-bottom: 80px;
}
.right-img{
  width: 100%;
  height: auto;
  background-image: url(../images/bjt4-80.png);
  background-size: 100% 100%;
  flex-basis: 50%;
}
.list4:hover{
  background: linear-gradient(306deg, #165CEB 0%, #4093FF 100%);
}
.active4{
  background: linear-gradient(306deg, #165CEB 0%, #4093FF 100%);
  box-shadow: 0px 2px 20px 0px rgba(96,129,179,0.11);
  opacity: 1;
  border-radius: 8px;
}
.right-img{
  position: relative;
}
.right-img img{
  width: 100%;
}
.right-img .img1{
  width: 60%;
  margin-left: 30px;
  margin-top: 120px;
}
.right-img .img1_1{
  position: absolute;
  width: 130px;
  height: auto;
  top: 45%;
  left: 36%;
}

.bg-exp{
  background: url(../images/bjt8.png) no-repeat center/94% 100%;
}
.r-header h4{
  font-size: 36px;
  margin-bottom: 20px;
}

.r-title{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.r-btns{
  margin-top: 100px;
}
.r-btns .btn_r{
    background: linear-gradient(0deg, #F3F6FE, #FFFFFF);
    border: 0.025rem solid #FFFFFF;
    box-shadow: 0rem 0.0875rem 0.2625rem 0rem rgba(75, 105, 172, 0.2);
    border-radius: 0.125rem;
    padding: 15px;
}
.r-btns .btn_r .r-title img{
  width: 50px;
}
.r-btns .btn_r.active{
  background: linear-gradient(136deg, #00A5FF 0%, #006CFF 100%) !important;
  box-shadow: 0rem 0.0125rem 0rem 0rem #F8FAFF, 0rem 0.0375rem 0.075rem 0rem rgba(186, 207, 255, 0.28) !important;
  border: 0.025rem solid transparent !important;
}
.r-btns .btn_r.active .r-title span{
  color: #fff !important;
}
.r-btns .btn_r.active .r-desc span{
  color: #fff !important;
}
.left-imgs{
  width: 100%;
  height: 100%;
  position: relative;
  margin: 100px 0;
}
.left-imgs img{
  width: 100%;
}
.left-imgs div:nth-of-type(1) .t1{
  width: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.left-imgs div:nth-of-type(1) .t2{
  width: 310px;
  position: absolute;
  left: 180px;
  top: -200px;
}
.left-imgs div:nth-of-type(1) .t3{
  width: 200px;
  position: absolute;
  right: 150px;
  bottom: 200px;
}

.bg-tech{
  width: 100%;
  height: 1000px;
  background: url(klm/2/1/bjt9.png)no-repeat;
  background-size: 100% 100%;
}
.card-bkt9{
  width: 1200px;
  height: 640px;
  margin: 0 auto;
  background: url("klm/2/1/bjt9-1.png") no-repeat;
  background-size: 640px 640px;
  background-position: center center;
  margin-top: 0.34rem;
  position: relative;
}
.card-bkt9-list{
  width: 400px;
  height: 200px;
  background: linear-gradient(195deg, rgba(217,229,255,0.63) 0%, #FFFFFF 40%, #FFFFFF 100%);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
  border-radius: 3px;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 2 2;
  backdrop-filter: blur(6px);
  cursor: pointer;
  position: absolute;
}
.card-bkt9-list:hover{
  box-shadow: 0px 2px 10px 0px rgba(1,55,123,0.3);
}
.card-bkt9-list_1{
  position: absolute;
  top: 100px;
  left: 0rem;
}
.card-bkt9-list_2{
  position: absolute;
  top: 500px;
  left: 0rem;
}
.card-bkt9-list_3{
  position: absolute;
  top: 100px;
  left: 800px;
}
.card-bkt9-list_4{
  position: absolute;
  top: 500px;
  left: 800px;
}
.card-bkt9-title{
  font-size: 24px;
  font-weight: 700;
  color: #161515;
  margin-top: 30px;
  margin-left: 40px;
}
.card-bkt9-content{
  font-size: 16px;
  font-weight: 400;
  color: #616E7A;
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 50px;
}
.card-bkt9-order{
  width: 100px;
  height: 60px;
  background: url("klm/2/1/bk8-3.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  left: 360px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
}

.card-bkt9-list_3 .card-bkt9-order,.card-bkt9-list_4 .card-bkt9-order{
  position: absolute;
  top: 5px;
  left: -80px;
}


.cn-title{
  font-size: 20px;
  color: #333;
}
.en-title{
  font-size: 12px;
  color: #666;
}
.p_con{
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.mt_50{
  margin-top: 50px;
}
.mb_50{
  margin-bottom: 50px;
}
.mt_20{
  margin-top: 20px;
}
.adv-icon1{
  width: 226px;
  height: 140px;
  background-image: url(../images/ztys1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.adv-icon2{
  width: 226px;
  height: 140px;
  background-image: url(../images/ztys2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.adv-icon3{
  width: 226px;
  height: 140px;
  background-image: url(../images/ztys3.png);
  background-repeat: no-repeat;
  background-position: center;
}
.adv-icon4{
  width: 226px;
  height: 140px;
  background-image: url(../images/ztys4.png);
  background-repeat: no-repeat;
  background-position: center;
}
.adv-icon5{
  width: 226px;
  height: 140px;
  background-image: url(../images/ztys5.png);
  background-repeat: no-repeat;
  background-position: center;
}
.adv-con{
  margin-top: 15px;
  text-align: center;
}

.bgc{
  padding: 120px 0;
  background-image: url(../images/advanback.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.darked{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
}
.ad-box{
  margin-top: 60px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.ad-box:hover{
  position: relative;
  top: -15px;
}
.ad-title{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-title span{
  color: #fff;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 10px;
}
.ad-con2{
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.service-box-7{
  padding: 60px 45px 26px;
  border: 1px solid #d9d9d9;
  border-right: 0px;
}
.service-box-7.br_1{
  border-right: 1px solid #d9d9d9;
}
.service-box-7 .num-7{
  color: #e61c1c;
  font-size: 60px;
  margin-bottom: 20px;
}
.service-box-7 h4,.service-box-7 p{
  font-size: 14px;
  color: #666;
  font-weight: unset;
}
.service-box-7 p{
  min-height: 240px;
}
h2.title-7{
  text-align: center;
  margin-bottom: 30px;
}
.dsp{
  padding: 0 10px;
  max-width: 20%;
}
.dsp-img{
  position: relative;
}
.dsp-img span {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.dsp-txt{
  border: 1px solid #ddd;
  padding: 14px 9px 0;
  height: 180px;
  box-sizing: border-box;
}
.dsp-txt p{
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.dsp-txt p::before{
  content: "·";
  font-size: 14px;
  color: rgb(218, 37, 29);
  font-weight: bold;
  margin-right: 3px;
}

.progre{
	width: 100%;
	background:#1c1c1e url(../images/bg3.jpg) top center no-repeat;
	min-height: 400px;
}

.progress-col{
	width: 1200px;
	margin:0 auto;
	display: table;
	margin-top:0px;
}
.progress-list{
	width: 11.1%;
	height:180px;
	float: left;
	position: relative;
}
.progress-list:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	height: 4px;
	background-color: #990000;
}
.progress-list-number{
	width: 100%;
	text-align: center;
	height: 50%;
	display: table;
}
.progress-list-number span{
	display: table-cell;
	vertical-align: middle;
}
.progress-list-number img{
	height: auto;
	width:36px;
}

.progress-list-inf{
	width: 100%;
	display: table;
	text-align: center;
	color: #fff;
	height: 50%;
	font-size: 16px;
	padding: 36px 0;
}

.progress-list-pos .progress-list-inf{
	display: flex;
	justify-content: center;
	align-items: center;
}
.progress-list:first-child:before,.progress-list:last-child:before{
	width: 50%;
}
.progress-list:last-child:before{
	right: 50%;
}
.progress-list:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: 50%;
	margin-top: -17px;
	width: 26px;
	height: 34px;
	background: url(../images/ic16.png)center no-repeat;
	
}
.progress-list-pos:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: 50%;
	margin-top: -17px;
	width: 26px;
	height: 34px;
	background: url(../images/ic16.png)center no-repeat;
	transform: rotate(180deg);
}
.process-title{
  text-align: center;
}
.process-title h3 {
  color: #fff;
  line-height: 68px;
  font-size: 30px;
  position: relative;
  font-weight: bold;
}
.process-title h6 {
  color: #666666;
  font-size: 14px;
  line-height: 50px;
}

.title-8-cn{
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.title-8-en{
  font-size: 24px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 400;
}
.syimg-8{
  position: relative;
  width: 140px;
  margin: 0 auto;
}
.syimg-8 img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sybox-8{
  max-width: 25%;
}
.sybox-8 p{
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  text-align: center;
}
label.sy-8 {
  width: 110px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 0 auto 40px;
}
.bgh{
  background-image: url(../images/bg5.jpg);
  background-repeat: no-repeat;
  min-height: 480px;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dark-horse{
  font-size: 60px;
  color: #fff;
  line-height: 80px;
  font-weight: 600;
}
.dark-horse span{
  font-size: 42px;
  font-weight: 300;
  color: #fff;
}
.ps-img{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  position: relative;
}
.ps-box{
  margin-top: 30px;
}
.ps-box div{
  font-size: 24px;
  color: #000;
  text-align: center;
}


.about-information { padding: 100px 0 0 0 }
.about-information h2 {
    text-transform: uppercase;
    font-family: "微软雅黑",sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}
.about-information p { margin: 20px 0 20px 0 }
.about-information h3 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.about-information a.view-more {
    background: #e61c1c;
    padding: 10px 15px;
    color: #fff;
    border-bottom: 3px solid #e61c1c;
    margin-bottom: 3px;
    border-radius: 3px;
    display: inline-block;
}
.about-information a.view-more:hover {
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 3px;
    border-bottom-color: #e61c1c;
}
.services { padding: 100px 0 }
.services .services-content .service-box {
    background: #F7F7F7;
    padding: 50px 20px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 20px 0;
}
.services .services-content .service-box p.icon {
    font-size: 50px;
    color: #cccccc;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.services .services-content .service-box h3 {
    font-size: 25px;
    color: #313131;
    font-family: "å¾®è½¯é›…é»‘", sans-serif;
    margin: 20px 0;
}
.services .services-content .service-box p {
    font-size: 15px;
    font-family: "å¾®è½¯é›…é»‘", sans-serif;
    color: #969595;
    margin-bottom: 20px;
}
.services .services-content .service-boxs {
    background: #F7F7F7;
    padding: 50px 10px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 20px 0;
    height: 310px;
}

.services .services-content .service-boxs p.icon {
    font-size: 50px;
    color: #cccccc;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.services .services-content .service-boxs h3 {
    font-size: 24px;
    color: #313131;
    font-family: "微软雅黑", sans-serif;
    margin: 20px 0;
}

.services .services-content .service-boxs p {
    font-size: 13px;
    font-family: "微软雅黑", sans-serif;
    color: #969595;
    margin-bottom: 20px;
}

.services .services-content .service-boxs a.btn.btn-primary:hover,
.services .services-content .service-boxs .call-to-action ul li a.btn.btn-default:hover,
.call-to-action ul li .services .services-content .service-boxs a.btn.btn-default:hover {
    text-decoration: none;
    border-bottom-color: #e61c1c;
    margin-top: 4px;
    margin-bottom: 0;
}

.services .services-content .service-boxs:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

.services .services-content .service-boxs:hover p.icon {
    color: #e61c1c;
}
.about-services {
    border-bottom: 2px solid #e61c1c;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.about-services a {
    margin-right: 20px;
    font-size: 35px;
    color: #969595;
}
.about-services h4 {
    margin-top: 8px;
    margin-bottom: 27px;
}
.about-services p { float: none }
.team-recruit {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 100px 0;
    text-align: center;
}
.team-recruit h2 {
    margin: 0 0 20px 0;
    font-family: "微软雅黑", sans-serif;
    font-size: 35px;
    font-weight: 600;
}
.team-recruit p {
    font-size: 20px;
    font-weight: 300;
}
.team-recruit .team-reg-button {
    background: #e61c1c none repeat scroll 0 0;
    border-bottom: 2px solid #e61c1c;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.team-recruit .team-reg-button:hover { text-decoration: none }

.section-header p {
    text-align: center;
    color: rgb(150, 149, 149);
    font-size: 15px;
    font-family: 微软雅黑, sans-serif;
    padding: 0px 250px;
    margin: 0px 0px 40px;
}
.services .services-content .service-box:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}